aboutsummaryrefslogtreecommitdiffstats
path: root/test/filefuncs.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/filefuncs.awk')
-rw-r--r--test/filefuncs.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filefuncs.awk b/test/filefuncs.awk
index 4bbfcb55..7aa5ae6a 100644
--- a/test/filefuncs.awk
+++ b/test/filefuncs.awk
@@ -1,7 +1,7 @@
@load "filefuncs"
BEGIN {
- if (chdir("..") < 0) {
+ if (chdir(builddir) < 0) {
printf "Error: chdir failed with ERRNO %s\n", ERRNO
exit 1
}