]> arthur.barton.de Git - bup.git/commitdiff
Don't use xstat.lutime() in test-meta.sh when xstat.utime() will do.
authorRob Browning <rlb@defaultvalue.org>
Wed, 1 Jun 2011 00:49:27 +0000 (19:49 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 9 Jun 2011 03:12:23 +0000 (23:12 -0400)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test-meta.sh

index 9227808a907aaa87a3dda280a393c22b15fc01a5..5ce48d55d0e80ec8cf49800938691d8c59a84d57 100755 (executable)
@@ -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