Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
diff options
context:
space:
mode:
Diffstat (limited to 'commands/test')
-rwxr-xr-xcommands/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/test b/commands/test
index 3378691..18adf3d 100755
--- a/commands/test
+++ b/commands/test
@@ -2,7 +2,7 @@
commandsdir=`dirname "$0"`
helpersdir=$commandsdir/helpers
-rootdir=`dirname "$helpersdir"`
+rootdir=`dirname "$commandsdir"`
testsdir=$rootdir/tests
logsdir=$rootdir/logs
display=`$helpersdir/find-free-display`