OSDN Git Service

If there's a new root fs, delete the old one
authorLorenzo Colitti <lorenzo@google.com>
Sun, 11 May 2014 10:44:03 +0000 (19:44 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Mon, 2 Feb 2015 08:47:28 +0000 (17:47 +0900)
commit576ddcbec8256749141a9ef1fccad42667917f29
tree0b2b63238be06384cc68aa9e24ec422abd9534f3
parentb23e017b5cd2d1a163259a7cfdc9270d4d982e9b
If there's a new root fs, delete the old one

Otherwise xz will refuse to overwrite it. Explicitly delete it
instead of passing -f to xz because that also forces a lot of
other things, not just file overwrite.

Change-Id: Iec3c73c9ae4775039eb9c3afed91bfaa4ebedb5d
tests/net_test/run_net_test.sh