diff --git a/README.md b/README.md index 64b2d99..9ce0ee1 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Automated testing is only supported on OS/X and requires the following: * Virtual ][ () -* `zork.dsk` (May be found as `zork_i.dsk`, in any case save as `zork.dsk`) -* `dangerous_dave.po` (You can find this on Asimov as `dangerous_dave.dsk`, but it's really a PO ordered file, just rename to `.po`.) +* `disks/zork.dsk` (May be found as `zork_i.dsk`, in any case save as `zork.dsk`) +* `disks/dangerous_dave.po` (You can find this on Asimov as `dangerous_dave.dsk`, but it's really a PO ordered file, just rename to `.po`.) * Windows cross-compiling tools * Wine () installed in `~/wine` (extract the tarball in `~/wine` and move the contents of `~/wine/usr` to `~/wine`, or change the path to `wine` in `test.sh`). diff --git a/test.sh b/test.sh index d5a14c2..b573943 100755 --- a/test.sh +++ b/test.sh @@ -6,9 +6,9 @@ PATH=~/wine/bin:$PATH # list of commands to test, must be space delimited CMD=("./c2t-96h" "wine c2t-96h.exe") -# list of images to test, must be space delimited. -# Images cannot have spaces in names. -IMAGES="zork.dsk dangerous_dave.po" +# list of disks to test, must be space delimited. +# Disks (and paths to disks) cannot have spaces in names. +IMAGES="disks/zork.dsk disks/dangerous_dave.po" dsk_test() {