summaryrefslogtreecommitdiff
path: root/tests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp')
-rwxr-xr-xtests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp b/tests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp
deleted file mode 100755
index a24b624d..00000000
--- a/tests/expiry/09_expiry_-c_expired_not_inactive/expiry.exp
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/expect
-
-set timeout 2
-expect_after default {puts "\nFAIL"; exit 1}
-
-spawn /bin/sh
-send "if \[ \$(id -u) -eq 0 \]; then PS1='# '; else PS1='$ '; fi\r"
-expect "# "
-
-send "expiry -c\r"
-expect "# "
-send "echo \$?\r"
-expect "0"
-expect "# "
-send "exit\r"
-puts "OK\n"
-exit 0