]> arthur.barton.de Git - bup.git/blobdiff - t/test-meta.sh
Given bup-python, rm vestigial PYTHONPATH settings
[bup.git] / t / test-meta.sh
index f51b3c812c32f0655cc93e2cb2fe8be0a10d3b29..e3b79e39f2b109f786aa9829f5d09cda463ede4e 100755 (executable)
@@ -677,11 +677,10 @@ if [ "$root_status" = root ]; then
         (
             WVPASS mkdir "$testfs"/src/foo
             WVPASS touch "$testfs"/src/bar
-            PYTHONPATH="$TOP/lib" \
-                WVPASS bup-python -c "from bup import xstat; \
+            WVPASS bup-python -c "from bup import xstat; \
                 x = xstat.timespec_to_nsecs((42, 0));\
-                   xstat.utime('$testfs/src/foo', (x, x));\
-                   xstat.utime('$testfs/src/bar', (x, x));"
+                xstat.utime('$testfs/src/foo', (x, x));\
+                xstat.utime('$testfs/src/bar', (x, x));"
             WVPASS cd "$testfs"
             WVPASS bup meta -v --create --recurse --file src.meta src
             WVPASS bup meta -tvf src.meta