summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/crash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/crash.sh')
-rwxr-xr-xtestsuite/systemtap.samples/crash.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/systemtap.samples/crash.sh b/testsuite/systemtap.samples/crash.sh
deleted file mode 100755
index 06aa414e..00000000
--- a/testsuite/systemtap.samples/crash.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-crash --readnow << END
-mod -s testlog testlog.ko
-extend $1/staplog.so
-staplog testlog
-exit
-END