version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.2, 2013/10/14 07:51:15
|
Line 108 filter_outfile
|
Line 108 filter_outfile
|
cat <<EOT >"$chkfile" |
cat <<EOT >"$chkfile" |
bar/baz/rsync is uptodate |
bar/baz/rsync is uptodate |
foo/config1 is uptodate |
foo/config1 is uptodate |
foo/config2 |
|
foo/extra is uptodate |
foo/extra is uptodate |
foo/sym is uptodate |
foo/sym is uptodate |
|
foo/config2 |
EOT |
EOT |
diff $diffopt "$chkfile" "$outfile" || test_fail "test 4 failed" |
diff $diffopt "$chkfile" "$outfile" || test_fail "test 4 failed" |
|
|
Line 203 bar/baz/rsync is uptodate
|
Line 203 bar/baz/rsync is uptodate
|
foo/ is uptodate |
foo/ is uptodate |
foo/config1 is uptodate |
foo/config1 is uptodate |
foo/config2 is uptodate |
foo/config2 is uptodate |
foo/extra => foo/config1 |
|
foo/sym $is_uptodate |
foo/sym $is_uptodate |
|
foo/extra => foo/config1 |
EOT |
EOT |
diff $diffopt "$chkfile" "$outfile" || test_fail "test 10 failed" |
diff $diffopt "$chkfile" "$outfile" || test_fail "test 10 failed" |
|
|