summaryrefslogtreecommitdiff
path: root/gnulib/tests/test-copy-file-1.sh
blob: b38c8216c2b904e7e05d1759eb30cba2bafd5b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Test copy-file on the file system of /var/tmp, which usually is a local
# file system.

if test -d /var/tmp; then
  TMPDIR=/var/tmp
else
  TMPDIR=/tmp
fi
export TMPDIR

exec "${srcdir}/test-copy-file.sh"