diff options
author | Roy Marples <roy@marples.name> | 2008-07-03 13:09:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-03 13:09:10 +0000 |
commit | 28a65393ca08cb1a27672305fe6e6210ee2f0a9e (patch) | |
tree | f0f049af68d849c786a17d4a63d4cbda2dce8c5e /src/test/units | |
parent | aa57dd1ff61c41457cf4e87c71b4822cbb789c42 (diff) |
More unit fixes.
Diffstat (limited to 'src/test/units')
-rwxr-xr-x | src/test/units/is_older_than | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/units/is_older_than b/src/test/units/is_older_than index 494abbc7..e3df7805 100755 --- a/src/test/units/is_older_than +++ b/src/test/units/is_older_than @@ -2,9 +2,12 @@ # unit test for is_older_than code of baselayout (2008/06/19) # Author: Matthias Schwarzott <zzam@gentoo.org> -RCDIR=../../rc TMPDIR=tmp-"$(basename "$0")" +# Please note that we added this unit test because the function +# should really be called is_newer_than as it's what it's really testing. +# Or more perversly, returning 0 on failure and 1 and success. + # bool is_older_than(reference, files/dirs to check) # # return 0 if any of the files/dirs are newer than |