#! /bin/sh # Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # TAP result lines whose description is a number. . test-init.sh . tap-setup.sh # Some random numbers to be used as test names. The definitions below are # selected so that $x != for every n >= 1. We can't use positional # parameters for this unfortunately, since Solaris 10 /bin/sh doesn't allow # the dereferencing of parameters from ${10} onwards. x1=5 x2=7 x3=45 x4=11 x5=7 x6=3 x7=6 x8=9 x9=1000 x10=1 cat > all.test < exp < got cat exp cat got diff exp got :