#!/bin/bash # $HeadURL$ $LastChangedRevision$ PROGNAME=${0##*/} SANDPIT=$(pwd) . $(ade-config ade_share_prefix)/include/adetestsupport.sh # this is a test for bug ADE#306. echo "creating directory qwerty ..." ls > qwerty echo "generating qwerty module ..." adetestsupport_invert_rc "adegmt lxadesh qwerty" echo "end of test"