summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/ftreebox
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dialog/TESTS/ftreebox')
-rwxr-xr-xgnu/usr.bin/dialog/TESTS/ftreebox27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/usr.bin/dialog/TESTS/ftreebox b/gnu/usr.bin/dialog/TESTS/ftreebox
deleted file mode 100755
index 621dc1e..0000000
--- a/gnu/usr.bin/dialog/TESTS/ftreebox
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-DIALOG=${DIALOG=/usr/bin/dialog}
-
-find -xd / -type d > /tmp/ftreebox.tmp.$$
-
-$DIALOG --clear --title "FTREE BOX" \
- --hline "Press arrows, TAB or Enter" \
- --hfile "../COPYING" \
- --ftree "/tmp/ftreebox.tmp.$$" "/" \
- "This is ftree box" \
- -1 -1 10 2>/tmp/ftree.tmp.$$
-
-retval=$?
-
-choice=`cat /tmp/ftree.tmp.$$`
-
-case $retval in
- 0)
- echo "'$choice' chosen.";;
- 1)
- echo "Cancel pressed.";;
- 255)
- [ -z "$choice" ] || echo $choice ;
- echo "ESC pressed.";;
-esac
-
-rm -f /tmp/ftreebox.tmp.$$ /tmp/ftree.tmp.$$
OpenPOWER on IntegriCloud