From 9071c41c4a1eea061005d5c8ce8776f9080f6066 Mon Sep 17 00:00:00 2001 From: Milan Toth Date: Fri, 17 Feb 2023 15:07:37 +0100 Subject: [PATCH] test update --- tst/test_rep.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tst/test_rep.sh b/tst/test_rep.sh index 60265cc..fc337c4 100755 --- a/tst/test_rep.sh +++ b/tst/test_rep.sh @@ -38,6 +38,11 @@ else echo "REPLAYING FINISHED" + # remove empty dirs from both directiories to make diff work + + find master_library --empty -type d --delete + find session_library --empty -type d --delete + diff -r $master_library $session_library error=$?