summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 16:27:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 16:27:05 +0000
commit1c24fe7ffcfa3c2d03ee530ec4b703eb27c4b82a (patch)
tree44e62444ed5dddcf95c4d55ae8ce959362168650 /c/src/tests/tools
parentcorrected printf format to avoid warning (diff)
downloadrtems-1c24fe7ffcfa3c2d03ee530ec4b703eb27c4b82a.tar.bz2
corrected one of the references to an environment variable which
is no longer used since autoconf is in place.
Diffstat (limited to 'c/src/tests/tools')
-rw-r--r--c/src/tests/tools/generic/difftest2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/tools/generic/difftest b/c/src/tests/tools/generic/difftest
index 52a34c0f26..8d3404a337 100644
--- a/c/src/tests/tools/generic/difftest
+++ b/c/src/tests/tools/generic/difftest
@@ -65,7 +65,7 @@ args=$*
# Run the tests
#
-cd $RTEMS_HOME/tests/$logdir || fatal "No log directory: $RTEMS_HOME/tests/$logdir"
+cd ./$logdir || fatal "No log directory: ./$logdir"
tests="$args"
if [ ! "$tests" ]