summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/extracttest9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/extracttest b/test/extracttest
index 9f55aac..bd7f899 100755
--- a/test/extracttest
+++ b/test/extracttest
@@ -46,6 +46,15 @@ testPBzip2()
assertEqual $? 0
}
+testZstd()
+{
+ # Skip if zstd is not available
+ which zstd || return
+ setupTests --zstd
+
+ ./makeself-test.run --check
+ assertEqual $? 0
+}
source bashunit/bashunit.bash