From 4ffa3068a14518f07a0c100521413a9c7bcbaae5 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 13:55:55 +0000 Subject: Fix rootdir --- (limited to 'commands') 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` -- cgit v0.9.1