Skip to content

Commit

Permalink
minor test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Apr 2, 2017
1 parent 90211ae commit accf8e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/c2d.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ADDR=800
SUM=898ebb103fdda6fffe62394c1b915d1d

rm -f ${BIN}.dsk

echo
echo "Testing OS/X c2d..."
bin/c2d ${BIN},${ADDR} ${BIN}.dsk 2>&1 | sed 's/^/ /'
Expand All @@ -20,6 +19,7 @@ else
exit 1
fi

rm -f ${BIN}.dsk
echo
echo "Testing Windows c2d..."
PATH=$HOME/wine/bin:$PATH
Expand Down

0 comments on commit accf8e5

Please sign in to comment.