1
0
mirror of https://github.com/gryf/ADFlib.git synced 2026-07-07 19:46:32 +02:00

fix $path in regtests

This commit is contained in:
Toni G
2013-02-21 23:36:29 +01:00
parent 6bd2a93128
commit 32c8e2f28e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
PATH=.:$PATH
#floppy test #floppy test
+2
View File
@@ -1,6 +1,8 @@
#!/bin/sh #!/bin/sh
# floppy test # floppy test
PATH=.:$PATH
DUMPS=../Dumps DUMPS=../Dumps
FFSDUMP=$DUMPS/testffs.adf FFSDUMP=$DUMPS/testffs.adf
OFSDUMP=$DUMPS/testofs.adf OFSDUMP=$DUMPS/testofs.adf