diff options
Diffstat (limited to 'tests/grab.sh')
-rwxr-xr-x | tests/grab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grab.sh b/tests/grab.sh index 3d2b03f..35e690b 100755 --- a/tests/grab.sh +++ b/tests/grab.sh @@ -5,7 +5,7 @@ function pci { LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci $* } -rm image.raw +rm -f image.raw echo "Reset..." pci --reset |