summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2017-01-19 11:21:58 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2017-01-19 13:54:59 +0000
commit01fb30b839ad27f638ca65b0a8d3cdd2b2002e66 (patch)
tree91a94adab9c84139fb9ad6a5d923fe6ab460e3a3 /Makefile-tests.am
parentb260fa764cd0a3328c58341e5313b6fba8944d6d (diff)
downloadostree-01fb30b839ad27f638ca65b0a8d3cdd2b2002e66.tar.gz
Fix TAP syntax in test-basic-user.sh, and run it
In its initial commit, Alexander Larsson wrote This works standalone, but unfortunately it breaks in gnome-desktop-testing-runner as /tmp doesn't support xattrs, so it is not installed atm. but we now (a) use /var/tmp, and (b) explicitly skip the test if xattr support is unavailable. So it should be OK to run now. Closes: #652 Approved by: cgwalters
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 63ceea1e..f37c59da 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -45,6 +45,7 @@ dist_uninstalled_test_scripts = tests/test-symbols.sh
dist_test_scripts = \
tests/test-basic.sh \
+ tests/test-basic-user.sh \
tests/test-pull-subpath.sh \
tests/test-archivez.sh \
tests/test-remote-add.sh \
@@ -119,7 +120,6 @@ dist_installed_test_data = tests/archive-test.sh \
tests/pull-test.sh \
tests/admin-test.sh \
tests/basic-test.sh \
- tests/test-basic-user.sh \
tests/corrupt-repo-ref.js \
tests/pre-endian-deltas-repo-big.tar.xz \
tests/pre-endian-deltas-repo-little.tar.xz \