tests: avoid portability problem with dash vs. symlinked ttys
authorPádraig Brady <P@draigBrady.com>
Tue, 9 Nov 2010 12:43:20 +0000 (12:43 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 9 Nov 2010 12:43:20 +0000 (12:43 +0000)
commit425503c8073a17df5ace9bb9330ce283804b07e1
tree6f2f60c34b53a5886909c533f1c455b4fe11d312
parent4a14a80bd1a88dde4e361aa259264a54c4ffa3ea
tests: avoid portability problem with dash vs. symlinked ttys

* tests/mv/i-3: Adjust so that the symlink is resolved
before redirecting to the background command, as otherwise
the stdin descriptor passed to the command will fail the
isatty() or ttyname() test.
tests/mv/i-3