~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/tests/visit-volumes

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# $Id: visit-volumes,v 1.1.1.1 2002/01/22 19:54:43 hartmans Exp $
 
3
ls ${AFSROOT}/nada.kth.se/* >&4 2>&4 || exit 1
 
4
ls -l ${AFSROOT}/nada.kth.se/* >&4 2>&4 || exit 1
 
5
ls ${AFSROOT}/nada.kth.se/*/* >&4 2>&4 || exit 1
 
6
ls -l ${AFSROOT}/nada.kth.se/*/* >&4 2>&4 || exit 1