clean push

This commit is contained in:
Chris Punches
2021-03-25 02:13:48 -04:00
parent dce543a15d
commit 199d93a2b2
4 changed files with 416 additions and 0 deletions

View 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
View 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