Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tar/tar-demands-at-most-one-ctx')
-rw-r--r--testsuite/tar/tar-demands-at-most-one-ctx5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tar/tar-demands-at-most-one-ctx b/testsuite/tar/tar-demands-at-most-one-ctx
new file mode 100644
index 000000000..be2168135
--- /dev/null
+++ b/testsuite/tar/tar-demands-at-most-one-ctx
@@ -0,0 +1,5 @@
+if busybox tar tx; then
+ return 1
+else
+ return 0
+fi