summaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/test b/scripts/test
deleted file mode 100755
index 09b0bb03..00000000
--- a/scripts/test
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-for test in \
- "-O nrl:checking" \
- "-B 401" \
- "-V 401" \
- "-G 401" \
- "-B retire" \
- "-V retire" \
- "-G retire"
-do
- echo testing: $test
- python confirm.py $test
-done