|
|
1.1 ! root 1: : ! 2: #!/bin/sh ! 3: # ! 4: # @(#)runtests.wrk 1.3 90/01/03 NFS Rev 2 testsuite ! 5: # ! 6: ! 7: # This script is intended to be invoked from 'runtests' ! 8: # Don't run it manually ! 9: ! 10: case x$1 in ! 11: xFROM_RUNTESTS) ! 12: ;; ! 13: *) ! 14: echo "$0 must be run from 'runtests' - Don't run manually" ! 15: exit 1 ! 16: ;; ! 17: esac ! 18: ! 19: umask 0 ! 20: ! 21: echo "" ! 22: echo "check for proper open/unlink operation" ! 23: open-unlk ! 24: ! 25: echo "" ! 26: echo "check for proper open/chmod 0 operation" ! 27: open-chmod ! 28: ! 29: echo "" ! 30: echo "check for lost reply on non-idempotent requests" ! 31: dupreq 100 testfile ! 32: ! 33: echo "" ! 34: echo "test exclusive create, should get: exctest.file2: File exists" ! 35: excltest ! 36: ! 37: # This is a protocol bug which is not fixed yet ! 38: #echo "" ! 39: #echo "test statfs for file count, should get positive, different numbers" ! 40: #fstat ! 41: ! 42: echo "" ! 43: echo "test negative seek, you should get: read: Invalid argument" ! 44: echo "or lseek: Invalid argument" ! 45: negseek testfile ! 46: ! 47: echo "" ! 48: echo "test rename" ! 49: rename 100 ! 50: ! 51: echo "" ! 52: echo "Special tests complete"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.