summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/regular-o.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/dwz.tests/regular-o.sh')
-rw-r--r--testsuite/dwz.tests/regular-o.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/dwz.tests/regular-o.sh b/testsuite/dwz.tests/regular-o.sh
new file mode 100644
index 0000000..1416e90
--- /dev/null
+++ b/testsuite/dwz.tests/regular-o.sh
@@ -0,0 +1,9 @@
+cp $execs/hello 1
+
+dwz 1 -o 2
+
+cmp 1 $execs/hello
+
+smaller-than.sh 2 1
+
+rm -f 1 2