Skip to content

Commit 18298ce

Browse files
committed
fix typo
1 parent 367904e commit 18298ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [ $CVMFS_UNITTESTS_QUICK = 1 ]; then
7070
fi
7171

7272
# run the Python unittests for the GeoAPI
73-
if [ "$CVMFS_GEOAPI_SOURCES" != "x" ]; then
73+
if [ "x$CVMFS_GEOAPI_SOURCES" != "x" ]; then
7474
# TODO(jblomer): XML output
7575
(cd $CVMFS_GEOAPI_SOURCES && python test_cvmfs_geo.py)
7676
fi

0 commit comments

Comments
 (0)