From ea401730010956e322f28a5d5383688c018e8d5c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Sep 15 2017 23:45:41 +0000 Subject: Finish basic subtree test. --- diff --git a/test/filelist/test b/test/filelist/test index a18a5b2..8c79649 100755 --- a/test/filelist/test +++ b/test/filelist/test @@ -245,7 +245,9 @@ test_subtrees () { local time22=$(awk -F '\t' '/\tdir2\/file1$/ {print $1}' $tl) local time23=$(awk -F '\t' '/\tdir3\/file1$/ {print $1}' $tl) - assertNot + assertNotEquals 'Files in included subtree must change' $time11 $time21 + assertEquals 'Files in non-included subtree must not change' $time12 $time22 + assertNotEquals 'Files in included subtree must change' $time13 $time23 }