aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/scripts/audit-make-run.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/audit-make-run.exp')
-rwxr-xr-xubuntu/scripts/audit-make-run.exp13
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/scripts/audit-make-run.exp b/ubuntu/scripts/audit-make-run.exp
deleted file mode 100755
index aa27c660..00000000
--- a/ubuntu/scripts/audit-make-run.exp
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/expect
-set timeout -1
-
-spawn passwd eal
-expect "Enter new UNIX password:"
-send "admin12\n"
-expect "Retype new UNIX password:"
-send "admin12\n"
-spawn make run
-expect "Login user password:"
-send "admin12\n"
-interact
-exit