Skip to content

Commit

Permalink
Fix tst-chmod not to write into srcdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Apr 9, 2010
1 parent 5d7a654 commit 3aa6513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-04-09 Roland McGrath <roland@redhat.com>

* posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`.

2010-04-08 Ulrich Drepper <drepper@redhat.com>

[BZ #10915]
Expand Down
2 changes: 1 addition & 1 deletion posix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
tst-exec-ARGS = -- $(built-program-cmd)
tst-spawn-ARGS = -- $(built-program-cmd)
tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
tst-chmod-ARGS = `pwd`
tst-chmod-ARGS = $(objdir)
tst-vfork3-ARGS = --test-dir=$(objpfx)

tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
Expand Down

0 comments on commit 3aa6513

Please sign in to comment.