mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
18 lines
227 B
Bash
Executable File
18 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## utility.test -- Test utility feature
|
|
|
|
start_msg utility
|
|
|
|
rm -rf tmp/*
|
|
mkdir -p tmp/tmp1
|
|
touch tmp/aaa
|
|
touch tmp/tmp1/bbb
|
|
|
|
start_prg utility
|
|
|
|
# Test against expected output
|
|
test_output_wc l utility
|