Skip to content

Commit 741a451

Browse files
committed
Make shellcheck happy
1 parent 3725651 commit 741a451

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/glob_handling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ verify_file_exists "test7_linux.dat" "2.txt" "linux"
226226
echo "Linux mixed stripping verification passed!"
227227

228228
# Test Windows build with mixed patterns
229-
echo "Testing Windows mixed stripping: patch000\\1.txt .\\patch000\\2.txt patch000\\xxx\\3.txt"
229+
printf "Testing Windows mixed stripping: patch000\\1.txt .\\patch000\\2.txt patch000\\xxx\\3.txt\n"
230230
run_wine a test7_windows.dat 'patch000\1.txt' '.\patch000\2.txt' 'patch000\xxx\3.txt'
231231
echo "Windows mixed stripping archive contents:"
232232
run_wine l test7_windows.dat

tests/rpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ diff -u rpu.md5 rpu2.md5
5656
# DAT2 format with automatic recursive directory structure preservation
5757
rm -f "$RPU2_DAT"
5858
cd "$RPU_DIR"
59-
$DAT3 a "../$RPU2_DAT" *
59+
$DAT3 a "../$RPU2_DAT" -- *
6060
cd ..
6161

6262
# Test with original dat2.exe via wine

0 commit comments

Comments
 (0)