mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
21 lines
298 B
Bash
Executable File
21 lines
298 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## dialog.test -- Test dialog feature
|
|
|
|
start_msg dialog
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
touch err/dialog.err out/dialog.out
|
|
RESULT=0
|
|
|
|
# start_prg dialog
|
|
|
|
# Test against expected output
|
|
test_output_wc w dialog
|