Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jan 5, 2025
1 parent 58cd452 commit 4ddfe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_suffix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi

# Test basic decompression with raw format and a suffix. This will also
# delete $SUFFIX_INPUT.foo
if strace "$XZ" -df --suffix=".foo" -Fraw --lzma1=preset=0 "$SUFFIX_INPUT.foo"; then
if "$XZ" -df --suffix=".foo" -Fraw --lzma1=preset=0 "$SUFFIX_INPUT.foo"; then
:
else
echo "Failed to decompress a file with a suffix set in raw format"
Expand Down

0 comments on commit 4ddfe32

Please sign in to comment.