Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7689038
test_afsegment.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
318 B
Referenced Files
None
Subscribers
None
test_afsegment.sh
View Options
#!/bin/sh
# Test the afsegment command
echo === Putting a new metadata segment into blank.aff ===
./afcopy /dev/null blank.aff
./afsegment -ssegname=testseg1 blank.aff
if [ x"testseg1" = x`./afsegment -p segname blank.aff` ] ; then
echo afsegment worked!
else
echo afsegment does not work properly
exit 1
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Oct 31, 11:15 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347944
Default Alt Text
test_afsegment.sh (318 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment