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