• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
1#!/bin/sh
2
3tmpfiles=""
4trap 'rm -fr $tmpfiles' 1 2 3 15
5
6tmpfiles="$tmpfiles t-bin-out1.tmp t-bin-out2.tmp"
7./test-binary-io${EXEEXT} > t-bin-out1.tmp || exit 1
8
9rm -fr $tmpfiles
10
11exit 0
12