~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/ts/cramfs/mkfs

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
ts_log "check the image"
70
70
ts_device_has "TYPE" "cramfs" $DEVICE
71
 
[  "$?" == "0" ] || ts_die "Cannot found cramfs on $DEVICE" $DEVICE
 
71
[  "$?" == "0" ] || ts_die "Cannot find cramfs on $DEVICE" $DEVICE
72
72
 
73
73
ts_log "mount the image"
74
74
$TS_CMD_MOUNT -r -L $LABEL $TS_MOUNTPOINT 2>&1 >> $TS_OUTPUT
75
75
 
76
76
# check it
77
 
ts_is_mounted $DEVICE || ts_die "Cannot found $DEVICE in /proc/mounts" $DEVICE
 
77
ts_is_mounted $DEVICE || ts_die "Cannot find $DEVICE in /proc/mounts" $DEVICE
78
78
 
79
79
cd $TS_MOUNTPOINT
80
80