📄 runtests.wrk
字号:
:#!/bin/sh## @(#)runtests.wrk 1.3 90/01/03 NFS Rev 2 testsuite## This script is intended to be invoked from 'runtests'# Don't run it manuallycase x$1 in xFROM_RUNTESTS) ;; *) echo "$0 must be run from 'runtests' - Don't run manually" exit 1 ;;esacumask 0echo ""echo "check for proper open/unlink operation"open-unlkecho ""echo "check for proper open/chmod 0 operation"open-chmodecho ""echo "check for lost reply on non-idempotent requests"dupreq 100 testfileecho ""echo "test exclusive create, should get: exctest.file2: File exists"excltest# This is a protocol bug which is not fixed yet#echo ""#echo "test statfs for file count, should get positive, different numbers"#fstatecho ""echo "test negative seek, you should get: read: Invalid argument"echo "or lseek: Invalid argument"negseek testfileecho ""echo "test rename"rename 100echo ""echo "Special tests complete"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -