Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't use xstat.lutime() in test-meta.sh when xstat.utime() will do.
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
  • Loading branch information
rlbdv authored and apenwarr committed Jun 9, 2011
1 parent a1f80e3 commit 9cdd85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/test-meta.sh
Expand Up @@ -128,8 +128,8 @@ if actually-root; then
PYTHONPATH="$TOP/lib" \
python -c "from bup import xstat; \
x = xstat.timespec_to_nsecs((42, 0));\
xstat.lutime('testfs/src/foo', (x, x));\
xstat.lutime('testfs/src/bar', (x, x));"
xstat.utime('testfs/src/foo', (x, x));\
xstat.utime('testfs/src/bar', (x, x));"
cd testfs
WVPASS bup meta -v --create --recurse --file src.meta src
bup meta -tvf src.meta
Expand Down

0 comments on commit 9cdd85e

Please sign in to comment.