Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 13:55:55 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 13:55:55 (GMT)
commit4ffa3068a14518f07a0c100521413a9c7bcbaae5 (patch)
treee77aebea43d8f8772227c557b5560c6e3d6b132a /commands
parent740b0f585d92d6381874735d4c044151268a12c0 (diff)
Fix rootdir
Diffstat (limited to 'commands')
-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`