From 32c8e2f28edd32609dae838daf89fb8c5efc3cf1 Mon Sep 17 00:00:00 2001 From: Toni G Date: Thu, 21 Feb 2013 23:36:29 +0100 Subject: [PATCH] fix $path in regtests --- regtests/Test/bigdev.sh | 1 + regtests/Test/floppy.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/regtests/Test/bigdev.sh b/regtests/Test/bigdev.sh index fc06f10..326eaf0 100755 --- a/regtests/Test/bigdev.sh +++ b/regtests/Test/bigdev.sh @@ -1,4 +1,5 @@ #!/bin/sh +PATH=.:$PATH #floppy test diff --git a/regtests/Test/floppy.sh b/regtests/Test/floppy.sh index 1b29638..6127127 100755 --- a/regtests/Test/floppy.sh +++ b/regtests/Test/floppy.sh @@ -1,6 +1,8 @@ #!/bin/sh # floppy test +PATH=.:$PATH + DUMPS=../Dumps FFSDUMP=$DUMPS/testffs.adf OFSDUMP=$DUMPS/testofs.adf