diff options
Diffstat (limited to 'testsuite/locations/space')
-rw-r--r-- | testsuite/locations/space | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/locations/space b/testsuite/locations/space index 577c5e3..8323fa2 100644 --- a/testsuite/locations/space +++ b/testsuite/locations/space @@ -1,3 +1,3 @@ -srcdir="name with whitespace" -builddir=${srcdir} +srcdir="name with spaces" +builddir="${srcdir}" relative_builddir=. |