clean push
This commit is contained in:
8
test/components/curses_dialog.bash
Executable file
8
test/components/curses_dialog.bash
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
dialog --title "Dialog title" --inputbox "Enter your name:" 0 0
|
||||
echo test
|
||||
|
||||
#cat /dev/urandom
|
||||
exit $?
|
||||
|
||||
6
test/components/fail.bash
Executable file
6
test/components/fail.bash
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "This test will fail on purpose."
|
||||
>&2 echo "This test is printing to stderr."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user