annotate tests/test-fpending.sh @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents cbd2c0478638
children 8c1a17df67e0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9320
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 #!/bin/sh
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
3 tmpfile=
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4 trap 'rm -fr $tmpfile' 1 2 3 15
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 tmpfile=test-fpending.t
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
8 ./test-fpending${EXEEXT} > $tmpfile || exit 1
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 rm -fr $tmpfile
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
cbd2c0478638 Silence test-fpending.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 exit 0