summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/prgbox
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dialog/TESTS/prgbox')
-rwxr-xr-xgnu/usr.bin/dialog/TESTS/prgbox12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/usr.bin/dialog/TESTS/prgbox b/gnu/usr.bin/dialog/TESTS/prgbox
deleted file mode 100755
index 5a631f5..0000000
--- a/gnu/usr.bin/dialog/TESTS/prgbox
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-DIALOG=${DIALOG=/usr/bin/dialog}
-
-$DIALOG --title "PROGRAM BOX: 'cal'" --clear \
- --prgbox "cal" 13 27
-
-case $? in
- 0)
- echo "OK";;
- *)
- echo "Exit code:" $?;;
-esac
OpenPOWER on IntegriCloud