mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-08 09:25:44 +01:00
fix $path in regtests
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
PATH=.:$PATH
|
||||||
|
|
||||||
#floppy test
|
#floppy test
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user