aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cmd-interrupt.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cmd-interrupt.exp')
-rwxr-xr-xcontrib/bmake/unit-tests/cmd-interrupt.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/cmd-interrupt.exp b/contrib/bmake/unit-tests/cmd-interrupt.exp
new file mode 100755
index 000000000000..91f4439e7bea
--- /dev/null
+++ b/contrib/bmake/unit-tests/cmd-interrupt.exp
@@ -0,0 +1,9 @@
+> cmd-interrupt-ordinary
+make: *** cmd-interrupt-ordinary removed
+interrupt-ordinary: ok
+> cmd-interrupt-phony
+make: *** cmd-interrupt-phony removed
+interrupt-phony: ok
+> cmd-interrupt-precious
+interrupt-precious: ok
+exit status 0