aboutsummaryrefslogtreecommitdiffstats
path: root/test/firecfg/firecfg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/firecfg/firecfg.sh')
-rwxr-xr-xtest/firecfg/firecfg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/firecfg/firecfg.sh b/test/firecfg/firecfg.sh
index 6b03cc841..6f2bb5244 100755
--- a/test/firecfg/firecfg.sh
+++ b/test/firecfg/firecfg.sh
@@ -7,6 +7,11 @@ export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C 8export LC_ALL=C
9 9
10sudo mkdir /tmp/ttt
10sudo firecfg 11sudo firecfg
12sudo firecfg --bindir=/tmp/ttt
13
11echo "TESTING: firecfg (test/firecfg/firecfg.exp)" 14echo "TESTING: firecfg (test/firecfg/firecfg.exp)"
12./firecfg.exp 15./firecfg.exp
16
17sudo rm -fr /tmp/ttt