diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:56:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:56:13 +0300 |
commit | 6b98b6f0b90088f276af4b3a392ca59dd8051fb9 (patch) | |
tree | 47ebd4d093ae07ac22b69b513b591b1f49034c63 | |
parent | db.sh: add more logging (diff) | |
download | config-links-6b98b6f0b90088f276af4b3a392ca59dd8051fb9.tar.gz config-links-6b98b6f0b90088f276af4b3a392ca59dd8051fb9.zip |
test/test.sh: best practices
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index db094ad..efe4315 100755 --- a/test/test.sh +++ b/test/test.sh @@ -83,6 +83,7 @@ verify_output() { local dest_dir="$test_dest_dir" [ "$#" -ge 2 ] && dest_dir="$2" + local actual_output actual_output="$( find "$dest_dir" -printf '%h/%f->%l\n' | sort )" echo echo 'Actual directory structure:' |