Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Feb 17, 2023
1 parent 9dc0e84 commit acb81b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/test_rep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ else

# remove empty dirs from both directiories to make diff work

find master_library -empty -type d -delete
find session_library -empty -type d -delete
find $master_library -empty -type d -delete
find $session_library -empty -type d -delete

diff -r $master_library $session_library

Expand Down

0 comments on commit acb81b4

Please sign in to comment.