summaryrefslogtreecommitdiff
path: root/tests/gtests
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-06-01 10:47:30 +0200
committerDaiki Ueno <dueno@redhat.com>2017-06-01 10:47:30 +0200
commit2821ed9da4b05bceddb930961be28e07d320c7e6 (patch)
treec1b6358e1f44b6fe9f6ee33dbec494217357391c /tests/gtests
parent3adde469bf542407a9f9a42593500af8bad76738 (diff)
downloadnss-hg-2821ed9da4b05bceddb930961be28e07d320c7e6.tar.gz
Bug 1280846 - tests: adjust gtests to compile under modular builds, r=franziskus
Diffstat (limited to 'tests/gtests')
-rwxr-xr-xtests/gtests/gtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/gtests.sh b/tests/gtests/gtests.sh
index 8c9d656cb..c785241c4 100755
--- a/tests/gtests/gtests.sh
+++ b/tests/gtests/gtests.sh
@@ -24,7 +24,7 @@ gtest_init()
{
cd "$(dirname "$1")"
if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
- cd common
+ cd ../common
. ./init.sh
fi