@@ -37,19 +37,32 @@ if ask "Are you sure?"; then
37
37
for width in 10 20 40 60 80
38
38
do
39
39
echo " Copying cli-*-100.js to cli-$width .js"
40
- rm test/cli-$width -soft.js 2> /dev/null
41
- rm test/cli-$width -soft-tabbed.js 2> /dev/null
42
- rm test/cli-$width -hard.js 2> /dev/null
43
- rm test/cli-$width -hard-tabbed.js 2> /dev/null
44
- rm test/cli-$width -keep.js 2> /dev/null
45
- rm test/cli-$width -panel.js 2> /dev/null
46
- rm test/cli-$width -stamp.js 2> /dev/null
47
- cp test/cli-100-soft.js test/cli-$width -soft.js
48
- cp test/cli-100-soft-tabbed.js test/cli-$width -soft-tabbed.js
49
- cp test/cli-100-hard.js test/cli-$width -hard.js
50
- cp test/cli-100-hard-tabbed.js test/cli-$width -hard-tabbed.js
51
- cp test/cli-100-keep.js test/cli-$width -keep.js
52
- cp test/cli-100-panel.js test/cli-$width -panel.js
53
- cp test/cli-100-stamp.js test/cli-$width -stamp.js
40
+ rm test/stream-$width -soft.js 2> /dev/null
41
+ rm test/stream-$width -soft-tabbed.js 2> /dev/null
42
+ rm test/stream-$width -hard.js 2> /dev/null
43
+ rm test/stream-$width -hard-tabbed.js 2> /dev/null
44
+ rm test/stream-$width -keep.js 2> /dev/null
45
+ rm test/stream-$width -panel.js 2> /dev/null
46
+ rm test/stream-$width -stamp.js 2> /dev/null
47
+ cp test/stream-100-soft.js test/stream-$width -soft.js
48
+ cp test/stream-100-soft-tabbed.js test/stream-$width -soft-tabbed.js
49
+ cp test/stream-100-hard.js test/stream-$width -hard.js
50
+ cp test/stream-100-hard-tabbed.js test/stream-$width -hard-tabbed.js
51
+ cp test/stream-100-keep.js test/stream-$width -keep.js
52
+ cp test/stream-100-panel.js test/stream-$width -panel.js
53
+
54
+ rm test/direct-$width -soft.js 2> /dev/null
55
+ rm test/direct-$width -soft-tabbed.js 2> /dev/null
56
+ rm test/direct-$width -hard.js 2> /dev/null
57
+ rm test/direct-$width -hard-tabbed.js 2> /dev/null
58
+ rm test/direct-$width -keep.js 2> /dev/null
59
+ rm test/direct-$width -panel.js 2> /dev/null
60
+ rm test/direct-$width -stamp.js 2> /dev/null
61
+ cp test/direct-100-soft.js test/direct-$width -soft.js
62
+ cp test/direct-100-soft-tabbed.js test/direct-$width -soft-tabbed.js
63
+ cp test/direct-100-hard.js test/direct-$width -hard.js
64
+ cp test/direct-100-hard-tabbed.js test/direct-$width -hard-tabbed.js
65
+ cp test/direct-100-keep.js test/direct-$width -keep.js
66
+ cp test/direct-100-panel.js test/direct-$width -panel.js
54
67
done
55
68
fi
0 commit comments