aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 33309b45..dc630417 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -612,7 +612,7 @@ test-decompress-partial : decompress-partial decompress-partial-usingDict
test-freestanding: freestanding
@echo "\n ---- test freestanding ----"
./freestanding$(EXT)
- strace ./freestanding$(EXT)
- ltrace ./freestanding$(EXT)
+ -strace ./freestanding$(EXT)
+ -ltrace ./freestanding$(EXT)
endif